home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / uninstaller.exe / RCDATA / TFRMAUTOFIX / TFRMAUTOFIX.txt
Text File  |  2010-01-14  |  2KB  |  100 lines

  1. object frmAutofix: TfrmAutofix
  2.   Left = 357
  3.   Top = 236
  4.   BorderStyle = bsDialog
  5.   Caption = 'Invalid entries found'
  6.   ClientHeight = 222
  7.   ClientWidth = 400
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 4
  22.     Width = 390
  23.     Height = 37
  24.     AutoSize = False
  25.     Caption = 
  26.       'The following invalid entries have been found.Would you like to ' +
  27.       'delete these registry entires?(You can also delete them manually' +
  28.       ' later)'
  29.     WordWrap = True
  30.   end
  31.   object ListView1: TListView
  32.     Left = 8
  33.     Top = 40
  34.     Width = 385
  35.     Height = 142
  36.     Columns = <
  37.       item
  38.         Caption = 'Invalid entries'
  39.         Width = 200
  40.       end
  41.       item
  42.         AutoSize = True
  43.         Caption = 'Command Line'
  44.       end>
  45.     ReadOnly = True
  46.     RowSelect = True
  47.     TabOrder = 0
  48.     ViewStyle = vsReport
  49.   end
  50.   object BitBtn1: TBitBtn
  51.     Left = 231
  52.     Top = 191
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Delete'
  56.     Default = True
  57.     TabOrder = 1
  58.     OnClick = BitBtn1Click
  59.   end
  60.   object BitBtn2: TBitBtn
  61.     Left = 318
  62.     Top = 191
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 2
  69.   end
  70.   object CheckBox1: TCheckBox
  71.     Left = 8
  72.     Top = 192
  73.     Width = 201
  74.     Height = 17
  75.     Caption = 'Backup these entries before deleting.'
  76.     Checked = True
  77.     State = cbChecked
  78.     TabOrder = 3
  79.   end
  80.   object IORegistry1: TIORegistry
  81.     RegHeader = 'REGEDIT4'
  82.     DataNameValueDelim = '='
  83.     StringStartEndChar = '"'
  84.     RootStart = '['
  85.     RootEnd = ']'
  86.     Filename = 'RegistryDump.reg'
  87.     RootKey = rkHKEY_CURRENT_USER
  88.     HexIntPrefix = 'dword:'
  89.     BinaryPrefix = 'hex:'
  90.     KeyLevelDelim = '\'
  91.     IncludeSubKeys = True
  92.     ExportDestination = eiFile
  93.     ImportSource = eiFile
  94.     RemovedPrefix = 'Removed : '
  95.     AddedPrefix = 'Added   : '
  96.     Left = 216
  97.     Top = 56
  98.   end
  99. end
  100.